home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PPolygonVertices.h ----------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 3:29 PM by Paul Ferguson.
- *
- * Description: This class is a little different than most other commands.
- * The class client must create a complete PRequestBuf object and pass it
- * into the constructor. Refer to the SDK Guide for information about the
- * format of the PPolygonVertices command parameters.
- *-------------------------------------------------------------------------
- */
- #ifndef __PPolygonVertices__
- #define __PPolygonVertices__
-
- class PRequestBuf;
-
- class PPolygonVertices
- {
-
- public:
-
- PPolygonVertices(PRequestBuf& request);
-
- private:
-
- PPolygonVertices();
- };
-
- #endif
-
- // end of PPolygonVertices.h
-